home *** CD-ROM | disk | FTP | other *** search
- //---------------------------------------------------------------------
- #include <vcl.h>
- #pragma hdrstop
-
- #include "QRMD.h"
- //---------------------------------------------------------------------
- #pragma resource "*.dfm"
- TQRMDForm *QRMDForm;
- //---------------------------------------------------------------------
- __fastcall TQRMDForm::TQRMDForm(TComponent* AOwner)
- : TQuickRep(AOwner)
- {
- }
- //---------------------------------------------------------------------
-